Sharp Builder Tools example

Submitted by David Hervieux

========================
===  Features        ===
========================
a) Procedure List (like in GExperts)
b) Form List (like in Delphi)
c) Source file List (like in Delphi)
d) Assembly List
e) Open Tab List
f) Go to Next - Previous Method in the editor
g) Go to Next - Previous Error
h) Code Beautifier integration (requires AStyle from http://astyle.sourceforge.net)
i) NAnt integration (requires NAnt from http://nant.sourceforge.net/)
j) Many exposed editor's functions (Indent, UIndent, Upcase, LowCase, Toggle Case)
k) Some undocumented options exposed (Default project directory)

After building the project, add a registry entry as below, modifying the path appropriately:

[HKEY_CURRENT_USER\Software\Borland\BDS\1.0\Known IDE Assemblies]
"<InstallationPath>\\SharpBuilderTools.dll"="Sharp Builder Tools"

This will cause a new item called #Helpers to be added to your IDE menu the next time you load.
